﻿/*试验界面 检测项目标题*/
.t_divider {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .t_divider .el-divider__text {
        font-size: 25px !important;
    }
/*检测参数标题*/
.t_title {
    font-size: 20px;
    font-weight: 600;
}

    .t_title .name {
        width: 15%;
    }

    .t_title .unit {
        width: 6%;
    }

    .t_title .standard {
        width: 15%;
    }

    .t_title .result {
        width: 12%;
    }

    .t_title pre {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
/*检测参数*/
.t_table {
    text-align: center;
}

    .t_table .name {
        width: 15%;
    }

    .t_table .unit {
        width: 6%;
    }

    .t_table .standard {
        width: 15%;
    }

    .t_table .result {
        width: 12%;
    }
    .t_table .static-content-item .el-input {
        text-align: center;
        margin: auto;
        width: 80%;
        max-width: 240px;
    }

    .t_table .el-form-item {
        text-align: center;
        margin: auto;
        width: 80%;
        max-width: 240px;
    }

    .t_table pre {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.t_div .t_table .el-form-item__label {
    padding: 0 !important;
}
.disable .el-input__wrapper {
    background-color: #F2F6FC;
}
.warning .el-input__wrapper {
    background-color: #fceceb;
}
.center {
    text-align:center
}